configuration / notification / ext-syslog-server / syslog-configuration[ID]

CLI REST-API

port

port
This is a read-write object and valid values are unsigned integers within a range of 0-65535.

Datatype-Help:
value must be between 0 and 65535.



See also:
/configuration/notification/ext-syslog-server/syslog-configuration[ID]
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/address
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/loglevel
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/protocol
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/msg-type
/configuration/notification/ext-syslog-server/syslog-configuration[ID]/timezone

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/notification/ext-syslog-server/syslog-configuration.*


Example using curl:
curl /api/configuration/notification/ext-syslog-server/syslog-configuration.*


Method: PATCH
URL: /api/configuration/notification/ext-syslog-server/syslog-configuration.*
Body:
{
  "port": 0
}

Example using curl:
curl -X PATCH /api/configuration/notification/ext-syslog-server/syslog-configuration.* -d
{
  "port": 0
}